home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 16
/
Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso
/
Aminet
/
dev
/
src
/
wangisrc.lha
/
wangi
/
z
/
CNode
/
gst.c
< prev
Wrap
C/C++ Source or Header
|
1995-12-11
|
423b
|
25 lines
/***************************************************************************
* gst.c
*
* CNode, Copyright ©1995 Lee Kindness.
*
*/
/* ANSI headers */
#include <string.h>
#include <ctype.h>
/* Amiga headers */
#include <exec/types.h>
#include <exec/memory.h>
#include <dos/dos.h>
#include <libraries/nl.h>
/* Protos */
#include <proto/exec.h>
#include <proto/dos.h>
/* Amiga.lib */
//#include <clib/alib_protos.h>